testing.chattyPrinter.json (field)

9 uses

	testing (current package)
		benchmark.go#L772: 			if b.chatty != nil && b.chatty.json {
		benchmark.go#L840: 			if b.chatty.json {
		fuzz.go#L343: 		if t.chatty != nil && t.chatty.json {
		fuzz.go#L537: 				if f.chatty != nil && f.chatty.json {
		testing.go#L570: 	json       bool       // -v=json output mode
		testing.go#L574: 	return &chattyPrinter{w: w, json: chatty.json}
		testing.go#L582: 	if p != nil && p.json {
		testing.go#L857: 	if c.chatty != nil && (p.w == c.chatty.w || c.chatty.json) {
		testing.go#L1865: 	if t.chatty != nil && t.chatty.json {